From: Juanma Barranquero Date: Tue, 31 May 2011 17:03:24 +0000 (+0200) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3590 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9115e4cb06849ecbf74004f79b83d3ed00f7c14f;p=emacs.git src/makefile.w32-in: Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 605dd6608de..414b59008fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-31 Juanma Barranquero + + * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)): + Update dependencies. + 2011-05-31 Dan Nicolaescu * data.c (init_data): Remove code for UTS, this system is not diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 060b565b308..8da589a7115 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -654,6 +654,7 @@ $(BLD)/data.$(O) : \ $(SRC)/data.c \ $(CONFIG_H) \ $(EMACS_ROOT)/nt/inc/sys/time.h \ + $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ @@ -753,6 +754,7 @@ $(BLD)/editfns.$(O) : \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(EMACS_ROOT)/lib/intprops.h \ $(EMACS_ROOT)/lib/strftime.h \ + $(EMACS_ROOT)/lib/verify.h \ $(LISP_H) \ $(SRC)/atimer.h \ $(SRC)/blockinput.h \